From 07f041ec983ef16bfb3d4f04b87bcebb8c3787b6 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 7 Jan 2005 01:18:31 +0000 Subject: [PATCH] Fixed dropped NL at END: --- vcf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcf.c b/vcf.c index 9c4bcaa70..157796527 100644 --- a/vcf.c +++ b/vcf.c @@ -92,7 +92,7 @@ vcf_disp(const waypoint *wpt) fprintf(file_out, "\\n\\nHINT:\\n"); vcf_print(wpt->gc_data.hint); - fprintf(file_out, "END:VCARD\n"); + fprintf(file_out, "\nEND:VCARD\n"); } static void -- 2.30.2